home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / DTS Sample Code / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN.024.Teach < prev   
Encoding:
Text File  |  1990-06-25  |  2.7 KB  |  61 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #24:    Teach
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components
  11.  
  12. Assembly:            C:                Pascal:        Rez:
  13. Teach.asm            Teach.c           Teach.p        Teach.rez
  14. Teach.equ            Teach.h           Teach.asm
  15. UGlobals.asm         UGlobals.c        Teach.r
  16. UWindow.asm          UWindow.c         UGlobals.Inc.p
  17. UMenu.asm            UMenu.c           UGlobals.p
  18. UEvent.asm           UEvent.c          UWindow.Inc.p
  19. Build                UUtils.c          UWindow.p
  20. Build.macros         Build             UMenu.Inc.p
  21. Build.r              Build.r           UMenu.p
  22. Full.Build           Full.Build        UEvent.Inc.p
  23.                                        UEvent.p
  24.                                        UUtils.Inc.p
  25.                                        UUtils.p
  26.  
  27. MPW Components
  28.  
  29. Assembly:            C:                Pascal:
  30. Teach.Aii            Teach.c           Teach.p
  31. Teach.r              Teach.r           Teach.asm
  32. Teach.equ            Teach.h           Teach.r
  33. UGlobals.Aii         UGlobals.c        UGlobals.Inc.p
  34. UWindow.Aii          UWindow.c         UGlobals.p
  35. UMenu.Aii            UMenu.c           UWindow.Inc.p
  36. UEvent.Aii           UEvent.c          UWindow.p
  37. MakeFile             UUtils.c          UMenu.Inc.p
  38.                      MakeFile          UMenu.p
  39.                                        UEvent.Inc.p
  40.                                        UEvent.p
  41.                                        UUtils.Inc.p
  42.                                        UUtils.p
  43.                                        MakeFile
  44.  
  45. This sample shows how to use the new TextEdit tool set.
  46. _____________________________________________________________________________
  47.  
  48. APW 65816 assembly language users need APW v.1.0, APW Tools & Interfaces 
  49. v.1.1, and Apple IIGS System Software 5.0.2 or later.  APW C language users 
  50. additionally need APW C v.1.0.  Four APW command files, Full.Build, Build, 
  51. Build.r, and Build.macros (for assembly users) allow you to perform complete 
  52. or partial rebuilds of the load file Teach.  The Pascal source code included 
  53. on the APW disk is the MPW IIGS Pascal source code for Teach.  It is included 
  54. so Pascal programmers using native IIGS Pascal development environments can 
  55. easily port this code to their development environment.
  56.  
  57. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and either MPW IIGS 
  58. Assembler v.1.0 or later, or MPW IIGS C v.1.0 or later, or MPW IIGS Pascal 
  59. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  60. found in the MakeFile.
  61.